Skip to content

Drop compile-time deprecation warning #1351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 3, 2021
Merged

Conversation

cdunn2001
Copy link
Contributor

These are only getting in the way. Nobody needs to see these at compile-time (even though I wish people would stop using these).

@cdunn2001
Copy link
Contributor Author

I guess it's about time to tag a new release also.

@cdunn2001 cdunn2001 merged commit 5defb4e into master Nov 3, 2021
@cdunn2001 cdunn2001 deleted the drop-deprecation-warnings branch November 3, 2021 17:53
LANGUAGES CXX)

message(STATUS "JsonCpp Version: ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(PROJECT_SOVERSION 24)
set(PROJECT_SOVERSION 25)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering why the SOVERSION is incremented for a patch release that doesn't break API or ABI? This causes downstream packages to need to be rebuilt on macOS

I can open a separate issue to discuss this if that is a better venue

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I started a discussion about this in #1384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants